projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
83b38ce
)
Fix lint in headers that are pulled into the Solaris tree.
author
Keir Fraser
<keir.fraser@citrix.com>
Thu, 1 May 2008 15:37:46 +0000
(16:37 +0100)
committer
Keir Fraser
<keir.fraser@citrix.com>
Thu, 1 May 2008 15:37:46 +0000
(16:37 +0100)
Signed-off-by: Ryan Scott <ryan.scott@sun.com>
xen/include/public/io/xs_wire.h
patch
|
blob
|
history
diff --git
a/xen/include/public/io/xs_wire.h
b/xen/include/public/io/xs_wire.h
index 103909351613f3aaac9097d63814048ac5e2f53d..f6a49ab6bf6546d40ba2643c115ed3bd6dfb044a 100644
(file)
--- a/
xen/include/public/io/xs_wire.h
+++ b/
xen/include/public/io/xs_wire.h
@@
-61,6
+61,7
@@
struct xsd_errors
const char *errstring;
};
#define XSD_ERROR(x) { x, #x }
+/* LINTED: static unused */
static struct xsd_errors xsd_errors[]
#if defined(__GNUC__)
__attribute__((unused))